﻿@charset "utf-8";
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{
	margin:0;
	padding:0;
}
body,input,textarea,select,button,table{
	font-size:16px;
	line-height:1.25em;
	font-family:Arial,'microsoft yahei',Verdana,Helvetica,sans-serif;
}
/*取消按钮点击的时候有阴影*/
a,img,button,input,textarea{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-ms-tap-highlight-color:rgba(255,255,255,0);
	-moz-tap-highlight-color:rgba(255,255,255,0);
	-o-tap-highlight-color:rgba(255,255,255,0);
}
button, input, textarea, select {
    border: medium none;
    outline: medium none;/*取消chrome下input和textarea的聚焦边框*/
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
}
body{
    min-width:320px;
    height: 100vh;
	font-size:1em;
	-webkit-text-size-adjust:none; 
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-size: inherit; 
	font-weight: normal;
}
header,footer,section,nav,menu,details,hgroup,figure,figcaption,article,aside{
	margin:0;
	padding:0;
	display:block;
}
img,fieldset{
	border:0;
}
img { 
	vertical-align:middle;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse; 
	width: 100%;
}
a{
	color:#666;
	text-decoration:none;
}
.cl:after{
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
.cl{
	zoom:1
}
.rel{
    position: relative;
}
.abs{
	position: absolute;
}
.dis{
    display: block;
}
.hide{
    display: none;
}
.hr_gray {
    border: none;
    border-top: 1px solid #ccc;
}
/*arrow*/
.arr_right:after,.arr_left:after{
  content: "";
  width: 0.4rem;
  height:0.4rem;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  top: 50%;
  right:15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_down:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 48%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_up:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 50%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.15rem; 
}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
body {
	background-color: #f4f4f4;
}
.flex {
    display: flex;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.flex-grow-0{
    flex-grow: 0;
}
.flex-grow-1{
    flex-grow: 1;
}
.flex-x-center{
    display: flex;
    justify-content: center;
}
.flex-y-center{
    display: flex;
    align-items: center;
}
.flex-y-start{
   display: flex;
   align-items: flex-start;
}
.flex-x-between{
   display: flex;
   justify-content: space-between;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}


/*上海党支部建设示范点*/
body {
    overflow-x: hidden;
    background-color: #fff;
}
.main_container {
    overflow-x: hidden;
}
.main_container .headBox{
    height: 553px;
    background: url(../images/head_bg.png) center top no-repeat;
    padding-top: 200px;
}
.main_container .headBox .main_title{
    display: block;
    width: 1170px;
    margin: 0 auto;
}
.main_container .mainInner{
    margin-top: -185px;
    position: relative;
    min-height: 1960px;
    padding-bottom: 60px;
}
.main_container .module1{
    width: 1170px;
    background-color: #fff;
    border-radius: 10px;
    margin: 25px auto 0;
    box-shadow: 0 0 30px rgba(146,133,133,.45);
}
.module_title{
    height: 80px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    letter-spacing: 4px;
}
.module_title::before{
    content: '';
    width: 150px;
    height: 4px;
    background-color: #a60000;
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.module_info{
    padding: 40px 20px 20px 35px;
}
.module_info .imgBox{
    width: 425px;
    height: 240px;
}
.module_info .imgBox img{
    width: 100%;
    height: 100%;
}
.module_info ul{
    width: 650px;
    margin-top: -20px;
}
.module_info ul li a{
    width: 100%;
    height: 58px;
    display: flex;
    align-self: center;
    position: relative;
    padding-left: 10px;
}
.module_info ul li a:hover p{
    color: #e11c1c;
}
.module_info ul li a::after{
    content: '';
    width: 5px;
    height: 6px;
    background: url(../images/icon_arr.png) 0 0 no-repeat;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}
.module_info ul li a p{
    font-size: 15px;
    color: #353535;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.flex-x-end{
    display: flex;
    justify-content: flex-end;
}
.moreBtn{
    font-size: 14px;
    color: #d80c18;
    width: 76px;
    height: 34px;
    background-color: #fff5f5;
    border-radius: 8px;
    cursor: pointer;
}
.moreBtn img{
    width: 18px;
    margin-left: 5px;
}


.main_container .mainInner .bottom_bg{
    position: absolute;
    bottom: 0;
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.footer { 
    background-color: #a00000; 
    text-align: center;  
    padding: 20px 0; 
    color: #fff; 
    font-size: 12px;
    line-height: 36px; 
}